ComponentOne Xamarin Edition
MoveAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : MoveAsync Method
From index.
To index.
Moves an item from the specified position to the new one.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__91[S,T])] 
public virtual Task MoveAsync( 
   int fromIndex, 
   int toIndex 
)

Parameters

fromIndex
From index.
toIndex
To index.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members